===========================================================================================================
_______________________________________________________________________________________
Example 1

1. Indicate the buying cost:

//  cost  "buying cost"  %9d  %2d

                 

_______________________________________________________________________________________

Comment

The overall format is  %11s (C language conventions: 11 characters), of which two were added ex-post.
Variable cost is identified as having "buying cost" for a label, and has 11 characters in its format.

===========================================================================================================